home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980424-19980901 / 000031_news@newsmaster….columbia.edu _Mon May 4 23:53:24 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA04742
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 4 May 1998 23:53:23 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA24935
  7.     for kermit.misc@watsun; Mon, 4 May 1998 23:53:22 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!worldnet.att.net!newsadm
  9. From: Bernie <bfb@worldnet.att.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Handling Disconnections
  12. Date: Tue, 05 May 1998 03:51:52 +0000
  13. Organization: AT&T WorldNet Services
  14. Lines: 12
  15. Message-ID: <6im2cu$5g0@bgtnsc03.worldnet.att.net>
  16. NNTP-Posting-Host: 12.68.111.24
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.31 i586)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8683
  22.  
  23. I have a script which connects to a remote PC running
  24. Procomm+ and downloads two files.  If the file(s) don't
  25. exist, the remote PC hangs up and the script returns to
  26. the C-Kermit@localhost> prompt.
  27.  
  28. An entry regarding the download failure is not written
  29. to the session log file until I manualy type quit.
  30.  
  31. How can I handle this situation automatically?
  32.  
  33. -Thanks
  34.